home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9701 / 000011_owner-linux-arm…r.rutgers.edu _Mon Jan 20 22:02:13 1997.msg < prev    next >
Internet Message Format  |  1998-01-25  |  2KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6]) by odie.barnet.ac.uk (8.8.2/8.8.0) with ESMTP id WAA29307 for <willy@odie.fluff.org>; Mon, 20 Jan 1997 22:02:12 GMT
  3. Received: from vger.rutgers.edu ([128.6.190.2]) by nic.funet.fi with ESMTP id <67801-19794>; Tue, 21 Jan 1997 00:01:14 +0200
  4. Received: by vger.rutgers.edu id <213030-11751>; Mon, 20 Jan 1997 16:50:35 -0500
  5. Date:     Mon, 20 Jan 1997 21:48:31 +0000 (GMT)
  6. From: Philip Blundell <pjb27@cam.ac.uk>
  7. X-Sender: pjb27@hammer.thor.cam.ac.uk
  8. To: John Tytgat <John.Tytgat@barco.com>
  9. cc: linux-arm@vger.rutgers.edu
  10. Subject: Re: Arm Linux
  11. In-Reply-To: <199701201411.OAA23965@spider>
  12. Message-ID: <Pine.SOL.3.95.970120214519.1139A-100000@hammer.thor.cam.ac.uk>
  13. MIME-Version: 1.0
  14. Content-Type: TEXT/PLAIN; charset=US-ASCII
  15. Sender: owner-linux-arm@vger.rutgers.edu
  16. Precedence: bulk
  17. Status: RO
  18.  
  19. On Mon, 20 Jan 1997, John Tytgat wrote:
  20.  
  21. > On Mon, 20 Jan 1997, Philip Blundell wrote:
  22. > > else it *can* do.  Old ARM machines silently discard the low two address
  23. > > bits when you ask them to do a word access.  This differs, as I said
  24. > Wouldn't it be the best that a StrongARM owner traces code like this (as
  25. > the StrongARM can abort on such constructs when configured) ?
  26.  
  27. Well, yes, and so can the ARM710 when you turn the MMU on (Linux does).
  28.  
  29. The kernel doesn't tend to do this, so it's only user-space stuff you have
  30. to worry about.  And there are plenty of other machines out there that
  31. report unaligned traps.  There's no need to force a StrongARM person to
  32. trace every program out there -- if ARM3 people start reporting weird
  33. lossage, an alignment error is just something to bear in mind.
  34.  
  35. P.